xxx@yyy:~/tmp> flatpak run io.kapsa.drive
Gtk-Message: 08:54:51.508: Failed to load module "canberra-gtk-module"
** (kapsa:2): CRITICAL **: 08:54:51.650: Failed to read XDG desktop portal settings: GDBus.Error:org.freedesktop.portal.Error.NotFound: Nie odnaleziono żądanego ustawienia
package:media_kit_libs_linux registered.
** (kapsa:2): WARNING **: 08:54:51.703: libsecret_error: \xea╗\u000dV
This libsecret error throws different artifacts on every run.
OpenSUSE Leap 15.5 (edited)seahorse
, but actually problem was on our end with the Flatpak configuration:
https://discord.com/channels/1069654792902815845/1201712855909670912/1201950218007101460
which we fixed here: https://github.com/flathub/io.kapsa.drive/pull/31/files
We would need to try out the fresh OpenSUSE install ourselves and play with the keychain, but given we're pretty busy currently, it likely won't happen before Easter break./tmp/.mount_S3Driv6vx0Em/kapsa: error while loading shared libraries: libmpv.so.2: cannot open shared object file: No such file or directory
/tmp/.mount_S3Driv6vx0Em/kapsa: error while loading shared libraries: libmpv.so.2: cannot open shared object file: No such file or directory
libmpv2
, however the AppImage
itself is built on machine where libmpv2
isn't available, therefore we can't easily include it.
We need to cleanup this mess / pay the debt... but before we do it user will likely need to install libmpv2
on their end. (edited)libmpv2
libraries. We've had to bump the build machine from 22.04
to 23.04
in order to load libmpv2
, so it should no longer fail on: error while loading shared libraries: libmpv.so.2
as previously.
I've then used that AppImage on Leap 15.5 and received pretty much the same error that you've received using Flatpak release.
I am not familiar with the DBus stuff, but it's likely related to: xdg-desktop-portal
. I've specifically installed GNOME portal: zypper install xdg-desktop-portal-gnome
, but it still hasn't resolved the issue.
I am sure we will get to that eventually. If you have any hints in the meantime please let me know. Thanks ! (edited)